Skip to content

Instantly share code, notes, and snippets.

@stncrn
stncrn / custom.css
Created February 9, 2022 21:48
Jellyfin 10.7.7 - TV channels as list is webUI
#channelsTab .card{
width: 100%;
}
#channelsTab .cardBox{
margin:.1em;
}
#channelsTab .cardDefaultText{
display:none;
@sam1am
sam1am / gist:190ea377921d1ca4b6da50b8c131c992
Last active September 21, 2026 20:58
Plain English Claude Output Style
---
name: Plain English
description: Answer first, common words, one statement per point, length
matched to the question. Applies only to output text intended for humans.
keep-coding-instructions: true
---
These rules govern any surface intended to be read by a human. Your
internal reasoning, working notes between tool calls, and subagent
instructions stay in whatever form serves the work; reason however you need
@Subham-Maity
Subham-Maity / idmpopupdisable.md
Created October 13, 2025 18:05
The main IDM executive file is damaged - Disable popup message “Internet Download Manager has been registered with a fake Serial Number”

Issue

The main IDM executive file is damaged. It's possible that it was infected with a virus. Please download the latest version of IDM from our web site, and install it over your current version. Just run downloaded IDM installer, and it will replace the damaged files. Do not worry, because all downloads and IDM settings will not be affected.

🧩 Disable Popup Message:

“Internet Download Manager has been registered with a fake Serial Number”

{
"neuronID": "7e21e0a5c2777d32",
"neuron": {
"id": "7e21e0a5c2777d32",
"name": "Defy",
"layers": [
{
"id": 0,
"name": "L1"
},
<div align="center">
<h1>Interstellar V5</h1>
<h3>Interstellar is one of the most modern and popular unblocking sites.</h3>
### [Join our Discord!](https://discord.gg/interstellar)
</div>
> **If you do fork this repo, please give the original repo a star! It helps out alot and only 30% of people who fork give us a star... besides, you know you want to...**
<h2 align="center">Features</h2>
@jboner
jboner / latency.txt
Last active September 21, 2026 20:49
Latency Numbers Every Programmer Should Know
Latency Comparison Numbers (~2012)
----------------------------------
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock 25 ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 3,000 ns 3 us
Send 1K bytes over 1 Gbps network 10,000 ns 10 us
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD
@buswedg
buswedg / disable_hypervisor_and_vbs_on_win11.md
Last active September 21, 2026 20:49
Disable Hyper-V and VBS on Windows 11

Disable Windows Hypervisor (Hyper-V) and Virtualization Based Security (VBS) on Windows 11

What?

Steps to completely disable the Windows Hypervisor and Virtualization Based Security (VBS) features on Windows 11.

Why?

Disabling the hypervisor can improve performance on gaming-focused machines and is often necessary when using low-level system tools or alternative virtualization software that conflicts with Hyper-V.

@vladak
vladak / sun-booklet.md
Last active September 21, 2026 20:49
Sun Microsystems - What we must do

Sun Microsystems - What we must do

A 2005 booklet with mission statement from Scott McNealy.


What we must do.

Participate or perish ?

@Chester-Gillon
Chester-Gillon / Intel_X722_usage.md
Last active September 21, 2026 20:42
Intel X722 usage

0. Introduction

Contains some notes about using an Intel X722-DA2.

1. Initial tests in an Intel® Desktop Board DH67BL

Intel® Desktop Board DH67BL is the manual for the motherboard. Uses a Intel(R) Core(TM) i5-2310 processor.

1.1. Failed to enumerate in the PCIe v2 x16 slot

@wincent
wincent / agent-sandboxen.md
Last active September 21, 2026 20:38
List of coding agent sandboxes 2026-05

Coding Agent Sandboxes — Comprehensive List

Compiled from awesome-lists (restyler/awesome-sandbox, webcoyote/awesome-AI-sandbox, bureado/awesome-agent-runtime-security) and a survey of vendor blogs / field guides published through 2026. Grouped by isolation primitive and then by deployment model.

1. OS-level primitives (no container, no VM)

These rely on kernel/userland features to constrain a normal host process. Lowest overhead, weakest boundary.

  • macOS Seatbelt / sandbox-exec — Apple's TrustedBSD-based MAC framework. Used directly by Codex CLI, Gemini CLI, and underneath Anthropic's srt.
  • Linux Landlock — Unprivileged filesystem/network LSM; default backend for Codex CLI on Linux.